home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: mstave@wpo.borland.com (Matt Stave)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland's CodeGuard
- Date: Sat, 09 Mar 1996 01:48:31 GMT
- Organization: Borland International
- Message-ID: <4hqo34$kce@druid.borland.com>
- References: <45sl3h$a54@inferno.mpx.com.au>
- NNTP-Posting-Host: mstave2.borland.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Joon Daroy <yorad@access.com.au> wrote:
-
- >Has anyone used this debugging tool for Borland C++ 4.5.
-
- >I have just bought it two weeks ago and I have problem
- >using it in Windows 95. It compiles perfectly without
- >problem but during runtime or in debugging , run mode, it
- >reports "CodeGuard Internal Error #sp 00 CG Error."
- >Any help will be appreciated.
-
- >Regards,
-
- >Joon Daroy
- >
-
- Joon,
-
- For some reason CG16.DLL has been left in memory. If you have a tool
- that unloads .dlls you can use it, or reboot. This usually happens
- because you did not link CG16.LIB as the 1st library in your project
- (or the 1st lib passed to TLINK).
-
- --- Matt
-
-